Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sticky navbar #569

Merged
merged 2 commits into from
Apr 20, 2019
Merged

Sticky navbar #569

merged 2 commits into from
Apr 20, 2019

Conversation

pedroabreu
Copy link
Contributor

Fixes #567

Actually making it sticky, instead of fixed since sticky avoids having to set padding/margin to the body.

Also implemented logic for the collapsed menu, that wasn't working for me

@amilajack amilajack changed the base branch from master to next April 20, 2019 21:20
@amilajack amilajack merged commit 6b26ed9 into amilajack:next Apr 20, 2019
amilajack added a commit that referenced this pull request Apr 20, 2019
* bump to v1.3.3

* Sticky navbar (#569)

* collapse toggler on click

* sticky navbar

* remove custom scrollbar styling to fix padding issues with container
amilajack pushed a commit that referenced this pull request Apr 21, 2019
* v1.3.3 (#570)

* bump to v1.3.3

* Sticky navbar (#569)

* collapse toggler on click

* sticky navbar

* remove custom scrollbar styling to fix padding issues with container

* Remove dead code

* onChange is a class method

* initInfinitePagination as arrow to avoid explicit binding

* component is already aware of redux, no need to bindActionCreators

* Only import what's needed
@pedroabreu pedroabreu deleted the feat/fixed-navbar branch April 21, 2019 00:54
amilajack pushed a commit that referenced this pull request Apr 21, 2019
* v1.3.3 (#570)

* bump to v1.3.3

* Sticky navbar (#569)

* collapse toggler on click

* sticky navbar

* remove custom scrollbar styling to fix padding issues with container

* Remove dead code

* onChange is a class method

* initInfinitePagination as arrow to avoid explicit binding

* component is already aware of redux, no need to bindActionCreators

* Only import what's needed
amilajack added a commit that referenced this pull request Apr 21, 2019
* Tidy up home component (#571)

* v1.3.3 (#570)

* bump to v1.3.3

* Sticky navbar (#569)

* collapse toggler on click

* sticky navbar

* remove custom scrollbar styling to fix padding issues with container

* Remove dead code

* onChange is a class method

* initInfinitePagination as arrow to avoid explicit binding

* component is already aware of redux, no need to bindActionCreators

* Only import what's needed

* fix subtitles (#572)

fix subtitles, add multi-lang subtitle support

* semver bump to 1.3.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NavBar should be sticky
2 participants